home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / chunky_usr.lha / chunky_usr / Install < prev    next >
Text File  |  1999-02-15  |  537b  |  29 lines

  1. ;
  2. ; Installation script for chunky.library (user)
  3. ; Written by Bart Simpson of Springfield.
  4. ;
  5. ; $VER: HEaP Install 1.0 (15-Feb-99)
  6. ;
  7.  
  8. (complete 0)
  9.  
  10. (message 
  11.   (cat "This installation script will install chunky.library\n"
  12.        "on your system.\n\n"
  13.        "The documentation will not be installed.")
  14.   (all)
  15. )
  16.  
  17. (complete 50)
  18.  
  19. (copylib
  20.   (prompt "Installing chunky.library")
  21.   (help @copylib-help)
  22.   (source "libs/chunky.library")
  23.   (dest "LIBS:")
  24.   (confirm)
  25. )
  26.  
  27. (complete 100)
  28. (exit "Installation of chunky.library complete." (quiet))
  29.